From 7e5952c4eae948575f294fe567107817208739dc Mon Sep 17 00:00:00 2001 From: Ben Iofel Date: Mon, 11 Jan 2016 19:13:30 -0500 Subject: [PATCH] GTK Notebook: use the right enum type --- gtk/gtknotebook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index b32c9939e3..f0eef0066f 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -3497,7 +3497,7 @@ update_arrow_nodes (GtkNotebook *notebook) { GtkNotebookPrivate *priv = notebook->priv; gboolean arrow[4]; - GtkImageType up_image_type, down_image_type; + GtkCssImageBuiltinType up_image_type, down_image_type; const char *style_property_name; GtkCssNode *tabs_node; gint i; -- 2.30.2